home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Shareware
/
Programare
/
diskdriver
/
diskdriver.swf
/
scripts
/
DefineButton2_93
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2005-01-10
|
127b
|
6 lines
on(release){
_root.whereisit = Number(_root.thesoundclip.position);
_root.thesoundclip.stop();
gotoAndStop(2);
}